From ceb419668068dca291f65093520fc10bc55f7939 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Sat, 19 Nov 2005 04:35:37 +0100 Subject: [PATCH] Revert 04a7decd0645b23f1f398340e927eb191f0e754d since it's not needed. Signed-off-by: Christian Limpach --- tools/python/xen/xm/create.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index cb4eb96947..23ea2ba975 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -905,9 +905,6 @@ def parseCommandLine(argv): opts.setopt('name', os.path.basename(opts.getopt('defconfig'))) config = make_config(opts.vals) - if type(config) == str: - config = sxp.parse(file(config))[0] - return (opts, config) -- 2.30.2